*{
    margin: 0;
    padding: 0;
}
ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #232323;
}
input{outline: none;}
textarea{outline: none;}
.contentarea{
    width: 1500px;
    margin: 0 auto;
}
.imgs{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner{
    width: 100%;
    display: none;
}


/* header */
.header{
    width: 100%;
    height: 130px;
    box-shadow: 0 0 10px 2px #0000001a;
}
.header .head_top{
    width: 100%;
    height: 30px;
    background: #F5F5F5;
}
.head_top .head_top_con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}
.head_top_con .head_top_title{
    width: 50%;
    color: #AAAAAA;
    font-size: 14px;
}
.head_top_con .head_top_list{
    width: 50%;
    color: #AAAAAA;
    font-size: 14px;
    text-align: right;
}
.head_top_list .head_falv{
    padding: 0 10px;
}
.head_top_list .head_touzi{
    padding: 0 10px;
}

.header .head_main{
    width: 100%;
    height: 100px;
    background-color: #ffffff;
}
.head_main .head_main_con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.head_main_con .head_main_logo{
    width: 12%;

}
.head_main_logo img{ 
    width: 100px;
    height: 85px;
    margin: 0 30px;
}
.head_main_con .head_main_nav{
    width: 65%;
    height: 65px;
}
.head_main_nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}
.head_main_nav ul li {
    width: 100px;
    height: 65px;
    border-top: 2px solid #ffffff;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
}
.head_main_nav ul li a{
    color: #454545;
    padding: 22px 18px;
}
.head_main_nav ul li:hover{
    border-top: 2px solid #053A7A;
}
.head_main_nav ul li:hover a{
    color: #053A7A;
}
.head_main_nav ul .active{
    border-top: 2px solid #053A7A;
}
.head_main_nav ul .active a{
    color: #053A7A;
}
.caigourx{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.caigourx .cgimg{
	width: 35px;
	height: 35px;
}
.caigourx .cglxfs{
	height: 50px;
	margin-left: 10px;
}
.cglxfs .cgname{
	color: #5a5a5a;
	font-size: 16px;
	line-height: 20px;
}
.cglxfs .cgphone{
	color: #0E5A9E;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
/* footer */
.footer{
    width: 100%;
    height: 330px;
}
.footer .footer_top{
    width: 100%;
    height: 280px;
    background-color: #133B5F;
}

.footer_conleft{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 280px;
}
.footer_conleft .footer_navs{
    height: 200px;
    width: 410px;
}
.footer_navs .footer_nav_top{
    border-top: 1px solid #707286;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}
.footer_nav_top .footer_navlist{
    width: 33%;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.footer_navlist a{
    color: #fff;
}
.footer_navs .footer_nav_bottom{
    border-top: 1px solid #707286;
    height: 80px;
}
.footer_nav_bottom .banqian{
    font-weight: normal;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}
.banqian a{
    cursor: pointer;
    color: #FFFFFF;
}
.footer_nav_bottom .jishuzc{
    font-weight: normal;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}
.jishuzc a{
    cursor: pointer;
    color: #FFFFFF;
}

.footer_lxfs{
    width: 240px;
    height: 200px;
}
.footer_lxfs .lxfs_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    margin-top: 15px;
}
.lxfs_list .lxfs_img{
    width: 25px;
    height: 25px;
}
.lxfs_list .lxfs_title{
    /* height: 55px; */
    width: 200px;
}
.lxfs_title .lxfs_title_txte{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
}
.lxfs_title  .lxfs_title_decs{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
}

.footer_liuyan{
    width: 410px;
    height: 200px;
}

.footer_liuyan .liuyan .t_shiji {
    padding: 12px;
    line-height: 24px;
    width: calc(100% - 24px);
    font-size: 15px;
    background: #fff;
    border: 0;
}
.footer_liuyan .yanzm{
    margin-top: 20px;
}
.footer_liuyan .yanzm .t_na{
    font-size: 16px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border: 0;
    width:calc(100% - 30px);
    display: block;
    -webkit-appearance: none;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%) inset;
}

.btn_liuyan{
     margin-top: 20px;
    width: 410px;
    height: 32px;
    background-color: #0E76A5;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
}
.btn_liuyanbutton{
    border: 0;
    cursor: pointer;
 width: 410px;
    height: 32px;
    background-color: #0E76A5;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
}

.footer_qrcode{
    width: 200px;
    height: 200px;
}
.footer_qrcode .qrcode_img{
    width: 150px;
    height: 150px;
}
.qecode_title{
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}


.footer .footer_bottom{
    width: 100%;
    height: 50px;
    background-color: #1A4E7E;
}
.footer_bottom .footer_conright{
    display: flex;
    align-items: center;
}
.footer_conright .yqljtit{
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.5);
}
.footer_conright .yqljurl{
    padding: 10px;
    color: rgba(255, 255, 255, 0.5);
}


/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#0E5A9E;color:#fff;border:1px solid #0E5A9E;}
/*分页 end*/

/* pc */
.header .head_top{
    display: block;
}
.head_main_nav{
    display: block;
}
.head-top-wap {
    display: none;
}
.head_left_menus{
    display: none;
}
/* wap */
@media only screen and (max-width: 768px){
    .contentarea{
        width: 100%;
    }
    .header{
        height: 100px;
    }
    .header .head_main{
        max-width: 90%;
        margin: 0 auto;
    }
    .header .head_top{
        display: none;
    }
    .head_main_nav{
        display: none;
    }
    .head-top-wap {
        display: block;
        width: 35px;
        height: 35px;
        background-color: #1A4E7E;
        cursor: pointer;
    }

    .head_left_menu {
        width: 65%;
    }
    .head_left_menus {
        width: 0;
        overflow: hidden;
    }
    .head_left_menu, .head_left_menus {
        height: 100vh;
        background-color: #333;
        position: fixed;
        transition: all .5s;
        left: 0;
        top: 0;
        z-index: 99999!important;
    }
    .head_padtop {
        padding-top: 10px;
    }
    .head_left_nav {
        width: 100%;
        min-width: 120px;
        height: 60px;
        overflow: hidden;
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    .head_menus {
        height: 100%;
        font-size: 14px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        color: #ccc;
    }
	.head_main_con .head_main_logo {
	    width: 20%;
	}
	.head_main_logo img {
	    width: 85px;
	    height: 75px;
	    margin: 0 0px;
	}
.caigourx .cgimg{
	width: 30px;
	height: 30px;
}
.caigourx .cglxfs{
	height: 50px;
	margin-left: 10px;
}
.cglxfs .cgname{
	color: #5a5a5a;
	font-size: 14px;
	line-height: 20px;
}
.cglxfs .cgphone{
	color: #0E5A9E;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}
	


    /*  */
    .footer {
        width: 100%;
        height: auto;
    }
    .footer .footer_top {
        width: 100%;
        height: auto;
    }
    .footer_conleft {
        justify-content: center;
        height: auto;
        flex-wrap: wrap-reverse;
    }
    .footer_conleft .footer_navs{
        display: none;
    }
    .footer_qrcode {
        width: 152px;
        margin-top: 30px;
    }
    .footer_liuyan {
        width: 80%;
    }
    .btn_liuyan{
        width: 100%;
    }
    .btn_liuyanbutton{
        width: 100%;
    }
    .footer_lxfs{
        width: 80%;
        margin: 15px auto 30px;
    }

    .footer_lxfs .lxfs_list {
        justify-content: space-around;
    }
    .lxfs_list .lxfs_title {
        height: auto;
        width: 80%;
    }

    .footer_bottom{
        display: none;
    }




}